Dalamud.ConsoleInterfacesIConsoleVariable<T>Version: 14.x (API 14) [Current]On this pageInterface IConsoleVariable<T> Interface representing a variable in the console. Assembly: Dalamud.dll Declarationpublic interface IConsoleVariable<T> : IConsoleEntry Properties Value Gets or sets the value of this variable. DeclarationT Value { get; set; }